ListBox.MouseDown Event

Returns a Boolean. The mouse button was pressed inside the ListBox region at the location passed in to x,y.

Syntax

result = MouseDown( x, y )


Parameters

x

Integer

y

Integer

Return Value

Result

Boolean


Notes

Returning True in the MouseDown event causes the MouseDrag and MouseUp events to fire and the default ListBox click processing not to fire.